From: Jan Beulich Date: Tue, 17 Apr 2012 13:36:34 +0000 (+0200) Subject: x86/IO-APIC: adjust an otherwise pretty useless message X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=98729f42a0db6d402bc01d5c73c7a992227ed711;p=xen.git x86/IO-APIC: adjust an otherwise pretty useless message Signed-off-by: Jan Beulich Acked-by: Keir Fraser --- diff --git a/xen/arch/x86/io_apic.c b/xen/arch/x86/io_apic.c index 32420d8ce9..d213f2c388 100644 --- a/xen/arch/x86/io_apic.c +++ b/xen/arch/x86/io_apic.c @@ -2183,8 +2183,8 @@ int io_apic_set_pci_routing (int ioapic, int pin, int irq, int edge_level, int a int vector; if (!IO_APIC_IRQ(irq)) { - printk(KERN_ERR "IOAPIC[%d]: Invalid reference to IRQ 0\n", - ioapic); + printk(KERN_ERR "IOAPIC[%d]: Invalid reference to IRQ %d\n", + ioapic, irq); return -EINVAL; }